1bashThis demonstrates creating a compressed .tgz archive using tar with --create and --gzip options.tar --create --gzip --file=foo.tgz /barexternal toolstararchive creation and compression
2bashThis demonstrates compressing files into a .tgz archive using the tar command.tar --create --gzip --file=foo.tgz /bar.txt /baz.txtexternal toolstararchive creation and compression